In batch.xml rem is declared as line comment property. Rule ignore_case="true".
Trying to toggle a line like this:
REM copy asdf
results in:
rem REM copy asdf
Desired behaviour: uncomment line.
| Submitted | jarekczek - 2011-09-26 14:47:11 | Assigned | |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | pending | Group | |
| Resolution | fixed |
| 2017-11-01 13:08:33.242000 ngc |
The problem here is that "lineComment" is defined in PROPS while case-sensitivity
is defined per ruleset.
|
|---|---|
| 2017-11-02 07:00:33.322000 ngc |
- **status**: open --> pending-fixed |